# 0 - Pre-War
model = {
	cost						= 10
	buildtime 					= 547
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 18
	surfacedetectioncapability	= 5
	airdetectioncapability		= 4
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 15
	airdefence					= 3
	seaattack					= 2
	subattack					= 0
	airattack					= 1
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 1
	range						= 7000
	supplyconsumption			= 1
	fuelconsumption				= 1
}
# 1 - Basic
model = {
	cost						= 10
	buildtime 					= 730
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 22
	surfacedetectioncapability	= 7
	airdetectioncapability		= 6
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 17
	airdefence					= 6
	seaattack					= 1
	subattack					= 0
	airattack					= 2
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 2
	range						= 8000
	supplyconsumption			= 1
	fuelconsumption				= 1
}
# 2 - Improved
model = {
	cost						= 12
	buildtime 					= 730
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 24
	surfacedetectioncapability	= 8
	airdetectioncapability		= 7
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 18
	airdefence					= 8
	seaattack					= 1
	subattack					= 0
	airattack					= 2.5
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 2
	range						= 9000
	supplyconsumption			= 1
	fuelconsumption				= 1
}
# 3 - Advanced
model = {
	cost						= 13
	buildtime 					= 730
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 26
	surfacedetectioncapability	= 9
	airdetectioncapability		= 8
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 20
	airdefence					= 10
	seaattack					= 1
	subattack					= 0
	airattack					= 3
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 2
	range						= 11000
	supplyconsumption			= 2
	fuelconsumption				= 1
}
# 4 - Advanced Heavy
model = {
	cost						= 15
	buildtime 					= 810
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 28
	surfacedetectioncapability	= 10
	airdetectioncapability		= 9
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 24
	airdefence					= 11
	seaattack					= 1
	subattack					= 0
	airattack					= 4
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 3
	range						= 12000
	supplyconsumption			= 3
	fuelconsumption				= 1.5
}
# 5 - Advanced Super-Heavy
model = {
	cost						= 18
	buildtime 					= 920
	defaultorganisation 		= 30
	manpower					= 3
	maxspeed					= 30
	surfacedetectioncapability	= 12
	airdetectioncapability		= 11
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 26
	airdefence					= 12
	seaattack					= 1
	subattack					= 0
	airattack					= 3
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 3
	range						= 15000
	supplyconsumption			= 3.5
	fuelconsumption				= 2
}
# 6 - Nuclear
model = {
	cost						= 20
	buildtime 					= 950
	defaultorganisation 		= 30
	manpower					= 3
	maxspeed					= 32
	surfacedetectioncapability	= 15
	airdetectioncapability		= 14
	subdetectioncapability		= 1
	visibility					= 100
	seadefence					= 30
	airdefence					= 13
	seaattack					= 1
	subattack					= 0
	airattack					= 3
	shorebombardment			= 0
	transportcapability			= 0
	aircraftcapacity			= 3
	range						= 80000
	supplyconsumption			= 2
	fuelconsumption				= 0
}